home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / Thinkcup.cpt / scanf Update / scanf.c.Diff < prev   
Encoding:
Text File  |  1990-03-02  |  1.7 KB  |  52 lines  |  [TEXT/KAHL]

  1. File #1: Weaver:scanf.c
  2. File #2: think c 2:c libraries:sources:scanf.c
  3.  
  4. Nonmatching lines (File "Weaver:scanf.c"; Line 271:272; File "think c 2:c libraries:sources:scanf.c"; Line 271)
  5.  271                if (!F.suppress) /* altered by scanf Weaver version 1.0 */
  6.  272                    *s++ = c;
  7.  
  8.  271                *s++ = c;
  9.  
  10.  
  11. Nonmatching lines (File "Weaver:scanf.c"; Line 401; File "think c 2:c libraries:sources:scanf.c"; Line 400)
  12.  401                    case -2:    /* altered by scanf Weaver version 1.0 */
  13.  
  14.  400                    case -2:
  15.  
  16.  
  17. Nonmatching lines (File "Weaver:scanf.c"; Line 405:410; File "think c 2:c libraries:sources:scanf.c"; Line 404:408)
  18.  405                                if (D.sig[0] >= sizeof D.sig - 1)
  19.  406                                    break;
  20.  407                                    D.sig[++D.sig[0]] = c;
  21.  408                            }
  22.  409                            if (F.dot)
  23.  410                                --D.exp;
  24.  
  25.  404                                if (D.sig[0] < sizeof D.sig - 1)
  26.  405                                    D.sig[++D.sig[0]] = c;
  27.  406                                if (F.dot)
  28.  407                                    --D.exp;
  29.  408                            }
  30.  
  31.  
  32. Nonmatching lines (File "Weaver:scanf.c"; Line 631:633; File "think c 2:c libraries:sources:scanf.c"; Line 629:630)
  33.  631    
  34.  632        if (code == FFEXT)     /* altered by scanf Weaver version 1.0 */
  35.  633            p = q + 1;
  36.  
  37.  629        
  38.  630        p = q + 1;
  39.  
  40.  
  41. Nonmatching lines (File "Weaver:scanf.c"; Line 662:665; File "think c 2:c libraries:sources:scanf.c"; Line 659:660)
  42.  662        if (code == FFEXT) {    /* altered by scanf Weaver version 1.0 */
  43.  663            q[0] = q[1];
  44.  664            q[1] = 0;
  45.  665        }
  46.  
  47.  659        q[0] = q[1];
  48.  660        q[1] = 0;
  49.  
  50.  
  51. *** EOF on both files at the same time ***
  52.